-ostree (2017.1-2) UNRELEASED; urgency=medium
+ostree (2017.3-1) UNRELEASED; urgency=medium
* d/watch, d/copyright: upstream project is now named libostree
+ * New upstream release
+ - d/copyright: update
+ - symbols file: update
+ - tests, ostree-tests.install: update for new location of tests
+ - d/control: ostree-tests now needs python-yaml
-- Simon McVittie <smcv@debian.org> Fri, 10 Mar 2017 23:09:00 +0000
gjs [!sparc64],
ostree,
python,
+ python-yaml,
${misc:Depends},
${shlibs:Depends},
Description: content-addressed filesystem for operating system binaries - tests
Copyright:
© 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
© 1999-2000, 2002-2005 Free Software Foundation, Inc.
- © 2010-2016 Red Hat, Inc
+ © 1999-2003 Ximian, Inc.
+ © 2008-2017 Red Hat, Inc
© 2011-2017 Colin Walters <walters@verbum.org>
© 2011 Avery Pennarun
© 2013 Collabora Ltd.
© 2013 Stef Walter <stef@redhat.com>
© 2013 Javier Martinez <javier.martinez@collabora.co.uk>
© 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
- © 2013 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ © 2013-2016 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
© 2014-2016 Alexander Larsson <alexl@redhat.com>
© 2014 Owen Taylor <otaylor@redhat.com>
© 2015 Dan Nicholson <nicholson@endlessm.com>
LIBOSTREE_2016.8@LIBOSTREE_2016.8 2016.8
LIBOSTREE_2016.14@LIBOSTREE_2016.14 2016.14
LIBOSTREE_2017.1@LIBOSTREE_2017.1 2017.1
+ LIBOSTREE_2017.2@LIBOSTREE_2017.2 2017.2
+ LIBOSTREE_2017.3@LIBOSTREE_2017.3 2017.3
ostree_async_progress_finish@LIBOSTREE_2016.3 2016.4
ostree_async_progress_get_status@LIBOSTREE_2016.3 2016.4
ostree_async_progress_get_type@LIBOSTREE_2016.3 2016.4
ostree_object_type_to_string@LIBOSTREE_2016.3 2016.4
ostree_parse_refspec@LIBOSTREE_2016.3 2016.4
ostree_raw_file_to_archive_z2_stream@LIBOSTREE_2016.6 2016.6
+ ostree_raw_file_to_archive_z2_stream_with_options@LIBOSTREE_2017.3 2017.3
ostree_raw_file_to_content_stream@LIBOSTREE_2016.3 2016.4
ostree_repo_abort_transaction@LIBOSTREE_2016.3 2016.4
ostree_repo_add_gpg_signature_summary@LIBOSTREE_2016.3 2016.4
ostree_repo_read_commit@LIBOSTREE_2016.3 2016.4
ostree_repo_read_commit_detached_metadata@LIBOSTREE_2016.3 2016.4
ostree_repo_regenerate_summary@LIBOSTREE_2016.3 2016.4
+ ostree_repo_reload_config@LIBOSTREE_2017.2 2017.2
ostree_repo_remote_add@LIBOSTREE_2016.3 2016.4
ostree_repo_remote_change@LIBOSTREE_2016.3 2016.4
ostree_repo_remote_delete@LIBOSTREE_2016.3 2016.4
-usr/lib/installed-tests/ostree
+usr/lib/installed-tests/libostree
usr/lib/ostree/ostree-trivial-httpd
-usr/share/installed-tests/ostree
+usr/share/installed-tests/libostree
e=0
-tests="$(gnome-desktop-testing-runner -l ostree | while read t; do
+tests="$(gnome-desktop-testing-runner -l libostree | while read t; do
t="${t%% *}"
case "$t" in
- (ostree/test-local-pull.sh.test)
+ (libostree/test-local-pull.sh.test)
# frequently times out, https://bugs.debian.org/842606
# https://github.com/ostreedev/ostree/issues/605
continue
passed=0
for i in `seq 1 $N`; do
- if gnome-desktop-testing-runner ostree/test-local-pull.sh.test; then
+ if gnome-desktop-testing-runner libostree/test-local-pull.sh.test; then
passed=$(( $passed + 1))
fi
done